<?if($PAGE_ID$="login")?><div style="width:180px;"><?endif?> 
<table border="0" cellspacing="1" cellpadding="0" width="100%"> 
<?if($ERROR$)?><td colspan="2" style="color:red;text-align:center;">$ERROR$</td><?endif?> 
<tr><td><input class="loginField" type="text" name="user" onfocus="if(this.value=='E-Mail (uNet)')this.value=''" onblur="if(this.value=='')this.value='E-Mail (uNet)'" value="E-Mail (uNet)" size="20" style="width:96%;" maxlength="50"/></td></tr> 
<tr><td><input class="loginField" type="password" name="password" size="20" style="width:96%" onfocus="if(this.value=='')this.value=''" onblur="if(this.value=='')this.value=''" value="" maxlength="15"/></td></tr> 
</table> 
<table border="0" cellspacing="1" cellpadding="0" width="100%"> 
<tr><td nowrap> <?if($PAGE_ID$="login" && $HIDDEN_ALLOWED$)?>
<input id="hid$PAGE_ID$" type="checkbox" name="hidden" value="1" /><label for="hid$PAGE_ID$"></label><?endif?></td><td align="right" valign="top"><input class="loginButton" name="sbm" type="submit" value=""/></td></tr> 
<tr><td width="40%"><input id="rem$PAGE_ID$" type="checkbox" name="rem" value="1" checked="checked"/><label for="rem$PAGE_ID$"></label></td><td colspan="2" width="60%"><div style="font-size:7pt;text-align:center;"><a href="$REMINDER_LINK$"> </a> | <a href="$REGISTER_LINK$"></a></div></td></tr> 
</table> 
<?if($PAGE_ID$="login")?></div><?endif?>